testsuite: Stop using can-focus
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Mar 2020 01:14:23 +0000 (21:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 9 Apr 2020 21:50:29 +0000 (17:50 -0400)
testsuite/gtk/builder.c

index db6476e186425a8beaada05f5cd0ad66303dcff1..3c57010258572478c3fba0c290c14ee2b4bab6d2 100644 (file)
@@ -1405,7 +1405,6 @@ test_widget (void)
     "  <object class=\"GtkWindow\" id=\"window1\">"
     "    <child>"
     "      <object class=\"GtkButton\" id=\"button1\">"
-    "         <property name=\"can-focus\">True</property>"
     "         <property name=\"has-focus\">True</property>"
     "      </object>"
     "    </child>"
@@ -1457,7 +1456,6 @@ test_widget (void)
     "    <child>"
     "      <object class=\"GtkLabel\" id=\"label1\">"
     "         <property name=\"label\">Thelabel</property>"
-    "         <property name=\"can_focus\">False</property>"
     "         <accessibility>"
     "            <role type=\"static\"/>"
     "         </accessibility>"
@@ -2351,11 +2349,9 @@ test_anaconda_signal (void)
     "    </columns>"
     "  </object>"
     "  <object class='GtkWindow' id='window1'>"
-    "    <property name='can_focus'>False</property>"
     "    <child>"
     "      <object class='GtkTreeView' id='treeview1'>"
     "        <property name='visible'>True</property>"
-    "        <property name='can_focus'>True</property>"
     "        <property name='model'>liststore1</property>"
     "        <child internal-child='selection'>"
     "          <object class='GtkTreeSelection' id='treeview-selection1'/>"